# Touch the component and the QueecksTime folder to help QuickTime know that something has changed
qtFolder="/Library/QuickTime/"
qtComponent="Flip4Mac WMV Import.component"
touch "$qtFolder"
if [ -d "$qtFolder$qtComponent" ] ; then
touch "$qtFolder$qtComponent"
fi
# Tell the user that that they should quit all QuickTime apps after installing
osascript -e "tell application \"Installer\" to display alert \"You should quit and relaunch all applications that use QuickTime after installing Flip4Mac WMV.\" message \"QuickTime applications cannot take advantage of Flip4Mac WMV features until they are relaunched.\"" ||
osascript -e "tell application \"Installer\" to display dialog \"You should restart your system after installing, and before attempting to use Flip4Mac WMV.\""
# Open the folder containing the newly installed apps, user guide, and all that